home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / sandwichstacker.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(press).as
Text File  |  2007-09-27  |  224b  |  9 lines

  1. on(press){
  2.    _parent.v.pause = false;
  3.    _parent.barre.action = "retourPause";
  4.    _parent.barre.gotoAndPlay("retourPause");
  5.    _parent.v.PauseWasPressed = false;
  6.    _parent.gotoAndStop("game");
  7.    gotoAndStop(1);
  8. }
  9.